home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / HScheduler.EN / RCDATA / TPROXYSERVERSETTINGS / TPROXYSERVERSETTINGS.txt
Text File  |  2002-04-17  |  3KB  |  149 lines

  1. object ProxyServerSettings: TProxyServerSettings
  2.   Left = 297
  3.   Top = 151
  4.   BorderStyle = bsDialog
  5.   Caption = 'Proxy Settings'
  6.   ClientHeight = 166
  7.   ClientWidth = 349
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 29
  17.     Width = 64
  18.     Height = 13
  19.     Caption = 'Proxy Adress:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 307
  23.     Top = 25
  24.     Width = 22
  25.     Height = 13
  26.     Caption = 'Port:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 8
  30.     Top = 97
  31.     Width = 207
  32.     Height = 13
  33.     Caption = 'If your proxy requires password,enter it here:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 8
  37.     Top = 118
  38.     Width = 72
  39.     Height = 13
  40.     Caption = 'Proxy Account:'
  41.   end
  42.   object Label5: TLabel
  43.     Left = 147
  44.     Top = 118
  45.     Width = 75
  46.     Height = 13
  47.     Caption = 'Proxy Password'
  48.   end
  49.   object Label6: TLabel
  50.     Left = 284
  51.     Top = 47
  52.     Width = 3
  53.     Height = 16
  54.     Caption = ':'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object OKBtn: TButton
  63.     Left = 271
  64.     Top = 107
  65.     Width = 76
  66.     Height = 26
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 0
  71.   end
  72.   object CancelBtn: TButton
  73.     Left = 271
  74.     Top = 137
  75.     Width = 76
  76.     Height = 26
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 1
  81.   end
  82.   object UseProxyCheckBox: TCheckBox
  83.     Left = 7
  84.     Top = 6
  85.     Width = 262
  86.     Height = 15
  87.     Caption = 'Connect to the Internet through this proxy server:'
  88.     TabOrder = 2
  89.     OnClick = UseProxyCheckBoxClick
  90.   end
  91.   object AdressEdit: TEdit
  92.     Left = 7
  93.     Top = 45
  94.     Width = 260
  95.     Height = 21
  96.     Color = clMenu
  97.     Enabled = False
  98.     TabOrder = 3
  99.   end
  100.   object PortEdit: TEdit
  101.     Left = 306
  102.     Top = 45
  103.     Width = 39
  104.     Height = 21
  105.     Color = clMenu
  106.     Enabled = False
  107.     TabOrder = 4
  108.     Text = '80'
  109.     OnChange = PortEditChange
  110.   end
  111.   object AccountEdit: TEdit
  112.     Left = 7
  113.     Top = 134
  114.     Width = 100
  115.     Height = 21
  116.     Color = clMenu
  117.     Enabled = False
  118.     TabOrder = 5
  119.   end
  120.   object PasswordEdit: TEdit
  121.     Left = 146
  122.     Top = 134
  123.     Width = 112
  124.     Height = 21
  125.     Color = clMenu
  126.     Enabled = False
  127.     PasswordChar = '*'
  128.     TabOrder = 6
  129.   end
  130.   object AutoConfigBtn: TButton
  131.     Left = 271
  132.     Top = 77
  133.     Width = 76
  134.     Height = 26
  135.     Cancel = True
  136.     Caption = 'Autoconfigure'
  137.     TabOrder = 7
  138.     OnClick = AutoConfigBtnClick
  139.   end
  140.   object hlp: TEdit
  141.     Left = 280
  142.     Top = 7
  143.     Width = 8
  144.     Height = 21
  145.     TabOrder = 8
  146.     Visible = False
  147.   end
  148. end
  149.